Prevent major ruby docker updates in renovate.json#4907
Conversation
This change updates `renovate.json` to disable major version upgrades for the `ruby` Docker image. This is to avoid breaking changes such as the upgrade from Ruby 3 to 4, which was causing issues or unwanted in the referenced PR. The rule matches `datasource: docker`, `packageName: ruby`, and `updateType: major`. Co-authored-by: another-rex <106129829+another-rex@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
This change updates `renovate.json` to disable major version upgrades for the `ruby` Docker image. This is to avoid breaking changes such as the upgrade from Ruby 3 to 4. The rule matches `datasource: docker`, `packageName: ruby`, and `updateType: major`. Co-authored-by: another-rex <106129829+another-rex@users.noreply.github.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
cuixq
left a comment
There was a problem hiding this comment.
can you make this for osv-scanner as well?
|
I assume there is a reason why we're not just upgrading to v4...? |
|
We may need to update |
|
That has marked itself as compatible w/ Ruby v4 - I can look into getting that upgraded across both repos |
|
yeah but not the version that we depend on - feel free to work on this. |
Updated `renovate.json` to prevent major updates for the `ruby` docker image. This is in response to PR google#4894 trying to upgrade ruby from 3 to 4. The affected file is likely `docs/docs.Dockerfile` which uses `FROM ruby:3`. --- *PR created automatically by Jules for task [2175686184353370820](https://jules.google.com/task/2175686184353370820) started by @another-rex* --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Updated
renovate.jsonto prevent major updates for therubydocker image.This is in response to PR #4894 trying to upgrade ruby from 3 to 4.
The affected file is likely
docs/docs.Dockerfilewhich usesFROM ruby:3.PR created automatically by Jules for task 2175686184353370820 started by @another-rex